Feel the power of parallel computing (OpenMP)

These two weeks, I am working on our product UI side to improve the performance of animation rendering. Previously, there is only one single thread to decode the animation line by line, and it takes around 50ms for the whole frame. Now, I change the way of rendering, and let all lines parallel decode to … Continue reading Feel the power of parallel computing (OpenMP)